home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Utilities
/
M2I
/
Rexx
/
Stat.M2I
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-24
|
241 b
|
17 lines
/* Display the number of Drawers and Tools */
OPTIONS RESULTS
ADDRESS "M2IPort.Rexx"
RESULT=0
count "*.d"
drw=RESULT
RESULT=0
count "*.t"
tool=RESULT
total=drw+tool
message "Stat : "drw" Drawers - "tool" Tools - "total" Icons."